/* this is the css stylesheet for the STEM-to-STEAM camp pages */

.logo{
    border-radius: 50%;
    width:115px;
    height:115px;
}

body {
    background-color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.img {
    width: 100px;
    height: 20px;
    float:left;
}
.footer {
    text-align: center;
    padding: 3px;
    background-color: #7fc3fb;
    color: white;
  }